(no commit message)
authorMowgli <Mowgli@web>
Tue, 23 May 2023 13:10:45 +0000 (13:10 +0000)
committeradmin <admin@branchable.com>
Tue, 23 May 2023 13:10:45 +0000 (13:10 +0000)
doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn b/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn
new file mode 100644 (file)
index 0000000..0b3d7f4
--- /dev/null
@@ -0,0 +1,36 @@
+### Please describe the problem.
+My whole setup on all of my systems is with iso-8859-1. There is no use of UFT-8 (simply as my brain is not compatible to it).
+
+I have metadata with `:` in it. That works perfect and ad it is a low char 0x3a, it should be displayed correctly. Unfortunately, when I create a view, that char gets displayed as `ï¹?`, which is fully unlogical.
+
+### What steps will reproduce the problem?
+* Create metadata with : in it
+* create a view with that metadata
+
+### What version of git-annex are you using? On what operating system?
+10.20230126, Devuan
+
+### Please provide any additional information below.
+
+[[!format sh """
+~> locale
+LANG=de_DE
+LANGUAGE=de_DE:de:en
+LC_CTYPE=de_DE
+LC_NUMERIC=de_DE
+LC_TIME=de_DE
+LC_COLLATE=de_DE
+LC_MONETARY=de_CH
+LC_MESSAGES=de_DE
+LC_PAPER=de_DE
+LC_NAME=de_DE
+LC_ADDRESS=de_CH
+LC_TELEPHONE=de_DE
+LC_MEASUREMENT=de_DE
+LC_IDENTIFICATION=de_DE
+LC_ALL=
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+yes, that worked in the past (I think)
+